GET IMAGE
This command will copy a selected area of the current bitmap. Amongst other things, you can use this command to store sequences of image data and provide animations for sprites. When images are grabbed, they are stored in memory and do not require the bitmap from which the image was taken. The parameters should be specified using integer values. A texture flag of one will grab a pure image and not stretch and filter the image for texture usage. If the image is to be used as a texture, a texture flag of zero should be used.
SYNTAX
GET IMAGE Image Number, Left, Top, Right, Bottom
GET IMAGE Image Number, Left, Top, Right, Bottom, Texture Flag
RELATED INFO
IMAGE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example